home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / melkic.zip / VGIX.DOC < prev    next >
Text File  |  1992-09-16  |  4KB  |  116 lines

  1. VGIX .25 alpha     9-15-92      Copyright (C) Roland De Graaf 1992
  2. ===========================================================================
  3. This is one of the introductory demo releases of VGIX, the graphical front-end
  4. written specifically for The Virtual BBS/NET ver 5.6x and up.
  5.  
  6. .25 alpha introduces some new things:
  7.  1- Dialing Directory with Auto-Login to VBBS Boards
  8.  2- Simultaneous File Downloading
  9.  3- Faster, smoother operation
  10.  
  11. .20 alpha introduces some new things:
  12.  1- Fast pop up System Info box
  13.  2- List Box GUI object (mouseable, arrow keys, etc)
  14.  3- Better VGIX internal menu organization
  15.  
  16.  
  17. .15 alpha introduces Ctrl E on-the-fly quick-box handling.
  18.     This lets VGIX become much more mousable within VBBS.
  19.     Quick-Boxes can be activated under mouse control.
  20.     also features more icons.
  21.  
  22. VGIX stands for Virtual Graphic Interactive Executive.
  23.  
  24. VGIX main task is to receive and execute the VGIX command set,
  25. as issued by VBBS and other programs, as set forth by the VGIX standard/1
  26. as outlined by Roland De Graaf.
  27.  
  28. In addition, VGIX automatically handles standard ANSI codes, and can
  29. interpret VBBS "heart codes" directly.
  30.  
  31. VGIX.EXE     -- The VGIX Program            
  32. ICONS.VGI    -- VGIX Icons
  33.  
  34. An ICON Editor is available separately.
  35.  
  36. VGIX requires a VGA or better display, and mouse support is provided.
  37. (Note: Be sure your mouse driver is loaded!)
  38.  
  39. VGIX/VBBS provides you with:
  40. -Free-lance grahics capabilties
  41. -ICONified menus with mouse support
  42. -Yes/No Pop-Up Requestors (Space-Bar to temp. hide requestor)
  43. -Ctrl E Quick-Box Selectors
  44. -Music and Sound Capabilities
  45.  
  46. ===========================================================================
  47. How to use .25 alpha:
  48.  
  49. Put the files VGIX.EXE and ICONS.VGI in the directory you intend to execute 
  50. them from. If you have ICONEDIT.EXE, put it there too.
  51.  
  52. Execute VGIX.EXE.
  53.  
  54. VGIX .25 alpha only works with VBBS boards running VBBS ver 5.6x or higher!
  55.  
  56. NOTE: Be sure you set your VBBS account video mode to VGIX!
  57.  
  58. ===========================================================================
  59.  
  60. VGIX .25 alpha command set capabilities:
  61.  
  62. -Graphics primitives: (as known by their Vscript Commands)
  63.  
  64.  
  65.  CLS
  66.  LINE x y x2 y2 color boxflag
  67.  PAINT x y color bordercolor
  68.  PLOT x y color
  69.  COLOR color    
  70.  CIRCLE x y radius color
  71.  PALETTE color,VGAcolor
  72.  DRAW actionstring
  73.  
  74.  x and x2 refer to coordinates from 0 to 639.
  75.  y and y2 refer to coordinates from 0 to 479.
  76.  color refers to a color setting from 0 to 15.
  77.  boxflag: 0 draw a line, 1 draw a box.
  78.  bordercolor refers to the color to at which painting stops.
  79.  radius refers to the radius of a circle.
  80.  actionstring (for DRAW) refers to a string such as the following:
  81.  "U2R2D2L2" = Up 2, Right 2, Down 2, Left 2, etc.
  82.  
  83. -Sound/Music: (as known by their Vscript Commands)
  84.  
  85.  PLAY musicstring
  86.  
  87.  musicstring refers to a string of text such as:
  88.  "ABCDEFGO4L4" = Notes A thru G, go to Octave 4, note Length 1/4, etc.
  89.  
  90. -ICONs: (as known by their Vscript Commands)
  91.  
  92.  ICONIFY                Resets VGIX ICON "counter"
  93.  ICON iconname x y orflag
  94.  ICON iconname x y orflag key caption
  95.  
  96.  iconname is a 12 character icon name.
  97.  x and y are coordinates.
  98.  orflag: 0 = SET ICON, 1 = OVERLAY ICON (over a background).
  99.  key refers to the keystroke to return if this icon is selected.
  100.  caption refers to the caption to be printed under the icon (centered).
  101.  
  102.  Note: If key and caption are absent, the icon is NOT "counted" and
  103.  is not mouseable. Both key and caption must be present for the icon
  104.  to be mousable.
  105.  
  106. ===========================================================================
  107.  
  108.   VGIX -- The future:
  109.  
  110.   Add a standard for handling binary images
  111.   Add Transfer Protocols
  112.   Add SoundBlaster Support
  113.  
  114.   .....and much much more!
  115.   
  116.